GetMessageDlgCheckBoxText$
Text$ = GetMessageDlgCheckBoxText$()
 
Parameters: NONE
Returns:

    Text$=the text of the checkbox
 

     Call GetMessageDlgCheckBoxText$ to retrieve the text of the checkbox that can be shown a MessageDlg. The default text is "Don't show this message again."




  
; Inlcude the Dialogs library in this program
  #Include "PBDialogs2"
  
  
  Print GetMessageDlgCheckBoxText$()
  Sync
  WaitKey
  





 
Related Info: MessageDlg | MessageDlgCheckBoxText :
 


(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com